home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILEFORMATCLASSDIALOG / TFILEFORMATCLASSDIALOG.txt
Text File  |  2008-11-03  |  717b  |  39 lines

  1. inherited FileFormatClassDialog: TFileFormatClassDialog
  2.   Left = 224
  3.   Top = 379
  4.   Caption = 'Select Format Type'
  5.   ClientHeight = 72
  6.   ClientWidth = 225
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object OkBtn: TUiButton
  12.     Left = 65
  13.     Top = 40
  14.     Caption = 'OK'
  15.     Default = True
  16.     ModalResult = 1
  17.     TabOrder = 1
  18.     AutoSize = asRight
  19.   end
  20.   object CancelBtn: TUiButton
  21.     Left = 145
  22.     Top = 40
  23.     Cancel = True
  24.     Caption = 'Cancel'
  25.     ModalResult = 2
  26.     TabOrder = 2
  27.     AutoSize = asRight
  28.   end
  29.   object Edit: TUiComboBox
  30.     Left = 8
  31.     Top = 8
  32.     Width = 209
  33.     Height = 21
  34.     Style = csDropDownList
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.   end
  38. end
  39.